home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / RCS / Makefile.top,v < prev    next >
Makefile  |  1989-10-10  |  2KB  |  124 lines

  1. head     1.5;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.5
  10. date     89.10.09.21.28.23;  author rab;  state Exp;
  11. branches ;
  12. next     1.4;
  13.  
  14. 1.4
  15. date     88.11.27.16.28.46;  author ouster;  state Exp;
  16. branches ;
  17. next     1.3;
  18.  
  19. 1.3
  20. date     88.07.25.10.32.35;  author ouster;  state Exp;
  21. branches ;
  22. next     1.2;
  23.  
  24. 1.2
  25. date     88.06.05.14.04.29;  author ouster;  state Exp;
  26. branches ;
  27. next     1.1;
  28.  
  29. 1.1
  30. date     88.06.05.12.20.40;  author ouster;  state Exp;
  31. branches ;
  32. next     ;
  33.  
  34.  
  35. desc
  36. @@
  37.  
  38.  
  39. 1.5
  40. log
  41. @Modifications for distribution.
  42. @
  43. text
  44. @#
  45. # Prototype Makefile for a top-level directory.  When makes are invoked
  46. # here, this Makefile simply arranges for them to be passed on to each
  47. # of its subdirectories.
  48. #
  49. # This Makefile is automatically generated.
  50. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  51. #
  52. # Generated from @@(TEMPLATE)
  53. # @@(DATE)
  54. #
  55. # For more information, refer to the mkmf manual page.
  56. #
  57. # $Header: /sprite/lib/mkmf/RCS/Makefile.top,v 1.4 88/11/27 16:28:46 ouster Exp Locker: rab $ SPRITE (Berkeley)
  58. #
  59. # Allow mkmf
  60.  
  61. MACHINES    = @@(MACHINES)
  62. NAME        = @@(NAME)
  63. SUBDIRS        = @@(SUBDIRS)
  64. DISTDIR        ?= @@(DISTDIR)
  65.  
  66. SYSMAKEFILE    = top.mk
  67.  
  68. #if exists(local.mk)
  69. #include    "local.mk"
  70. #else
  71. #include    <$(SYSMAKEFILE)>
  72. #endif
  73. @
  74.  
  75.  
  76. 1.4
  77. log
  78. @Various changes to replace old C library entirely with new C library.
  79. @
  80. text
  81. @d14 1
  82. a14 1
  83. # $Header: Makefile.top,v 1.3 88/07/25 10:32:35 ouster Exp $ SPRITE (Berkeley)
  84. d21 1
  85. @
  86.  
  87.  
  88. 1.3
  89. log
  90. @Put more info in "top" makefiles:  TM, MACHINES, NAME.
  91. @
  92. text
  93. @d14 1
  94. a14 1
  95. # $Header: Makefile.top,v 1.2 88/06/05 14:04:29 ouster Exp $ SPRITE (Berkeley)
  96. d18 1
  97. a19 2
  98. MACHINES    = @@(MACHINES)
  99. TM                 ?= @@(DEFTARGET)
  100. a20 1
  101. CC        = gcc
  102. @
  103.  
  104.  
  105. 1.2
  106. log
  107. @Make gcc the default C compiler.
  108. @
  109. text
  110. @d14 1
  111. a14 1
  112. # $Header: Makefile.command2,v 1.3 88/06/05 11:47:39 ouster Exp $ SPRITE (Berkeley)
  113. d18 3
  114. @
  115.  
  116.  
  117. 1.1
  118. log
  119. @Initial revision
  120. @
  121. text
  122. @d19 1
  123. @
  124.